Add SPDX-License-Identifier to source files
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Tue, 30 Jan 2018 19:26:26 +0000 (20:26 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 30 Jan 2018 20:03:42 +0000 (20:03 +0000)
SPDX License List is a list of (common) open source
licenses that can be referred to by a “short identifier”.
It has several advantages compared to the common "license header texts"
usually found in source files.

Some of the advantages:
* It is precise; there is no ambiguity due to variations in license header
  text
* It is language neutral
* It is easy to machine process
* It is concise
* It is simple and can be used without much cost in interpreted
  environments like java Script, etc.
* An SPDX license identifier is immutable.
* It provides simple guidance for developers who want to make sure the
  license for their code is respected

See http://spdx.org for further reading.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Closes: #1439
Approved by: cgwalters

365 files changed:
Makefile-bash.am
Makefile-boot.am
Makefile-decls.am
Makefile-libostree-defines.am
Makefile-libostree.am
Makefile-man.am
Makefile-ostree.am
Makefile-otutil.am
Makefile-switchroot.am
Makefile-tests.am
Makefile.am
apidoc/Makefile.am
buildutil/tap-driver.sh
man/ostree-admin-cleanup.xml
man/ostree-admin-config-diff.xml
man/ostree-admin-deploy.xml
man/ostree-admin-init-fs.xml
man/ostree-admin-instutil.xml
man/ostree-admin-os-init.xml
man/ostree-admin-set-origin.xml
man/ostree-admin-status.xml
man/ostree-admin-switch.xml
man/ostree-admin-undeploy.xml
man/ostree-admin-unlock.xml
man/ostree-admin-upgrade.xml
man/ostree-admin.xml
man/ostree-cat.xml
man/ostree-checkout.xml
man/ostree-checksum.xml
man/ostree-commit.xml
man/ostree-config.xml
man/ostree-diff.xml
man/ostree-export.xml
man/ostree-find-remotes.xml
man/ostree-fsck.xml
man/ostree-gpg-sign.xml
man/ostree-init.xml
man/ostree-log.xml
man/ostree-ls.xml
man/ostree-prune.xml
man/ostree-pull-local.xml
man/ostree-pull.xml
man/ostree-refs.xml
man/ostree-remote.xml
man/ostree-reset.xml
man/ostree-rev-parse.xml
man/ostree-show.xml
man/ostree-static-delta.xml
man/ostree-summary.xml
man/ostree-trivial-httpd.xml
man/ostree.repo-config.xml
man/ostree.repo.xml
man/ostree.xml
man/rofiles-fuse.xml
manual-tests/upgrade-loop.js
src/boot/dracut/module-setup.sh
src/libostree/ostree-async-progress.c
src/libostree/ostree-async-progress.h
src/libostree/ostree-autocleanups.h
src/libostree/ostree-bloom-private.h
src/libostree/ostree-bloom.c
src/libostree/ostree-chain-input-stream.c
src/libostree/ostree-chain-input-stream.h
src/libostree/ostree-checksum-input-stream.c
src/libostree/ostree-checksum-input-stream.h
src/libostree/ostree-cmdprivate.c
src/libostree/ostree-cmdprivate.h
src/libostree/ostree-core-private.h
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-diff.c
src/libostree/ostree-diff.h
src/libostree/ostree-dummy-enumtypes.c
src/libostree/ostree-dummy-enumtypes.h
src/libostree/ostree-fetcher-curl.c
src/libostree/ostree-fetcher-soup.c
src/libostree/ostree-fetcher-uri.c
src/libostree/ostree-fetcher-util.c
src/libostree/ostree-fetcher-util.h
src/libostree/ostree-fetcher.h
src/libostree/ostree-gpg-verifier.c
src/libostree/ostree-gpg-verifier.h
src/libostree/ostree-gpg-verify-result-private.h
src/libostree/ostree-gpg-verify-result.c
src/libostree/ostree-gpg-verify-result.h
src/libostree/ostree-impl-system-generator.c
src/libostree/ostree-libarchive-input-stream.c
src/libostree/ostree-libarchive-input-stream.h
src/libostree/ostree-libarchive-private.h
src/libostree/ostree-linuxfsutil.c
src/libostree/ostree-linuxfsutil.h
src/libostree/ostree-lzma-common.c
src/libostree/ostree-lzma-common.h
src/libostree/ostree-lzma-compressor.c
src/libostree/ostree-lzma-compressor.h
src/libostree/ostree-lzma-decompressor.c
src/libostree/ostree-lzma-decompressor.h
src/libostree/ostree-metalink.c
src/libostree/ostree-metalink.h
src/libostree/ostree-mutable-tree.c
src/libostree/ostree-mutable-tree.h
src/libostree/ostree-ref.c
src/libostree/ostree-ref.h
src/libostree/ostree-remote-private.h
src/libostree/ostree-remote.c
src/libostree/ostree-remote.h
src/libostree/ostree-repo-checkout.c
src/libostree/ostree-repo-commit.c
src/libostree/ostree-repo-deprecated.h
src/libostree/ostree-repo-file-enumerator.c
src/libostree/ostree-repo-file-enumerator.h
src/libostree/ostree-repo-file.c
src/libostree/ostree-repo-file.h
src/libostree/ostree-repo-finder-avahi-parser.c
src/libostree/ostree-repo-finder-avahi-private.h
src/libostree/ostree-repo-finder-avahi.c
src/libostree/ostree-repo-finder-avahi.h
src/libostree/ostree-repo-finder-config.c
src/libostree/ostree-repo-finder-config.h
src/libostree/ostree-repo-finder-mount.c
src/libostree/ostree-repo-finder-mount.h
src/libostree/ostree-repo-finder-override.c
src/libostree/ostree-repo-finder-override.h
src/libostree/ostree-repo-finder.c
src/libostree/ostree-repo-finder.h
src/libostree/ostree-repo-libarchive.c
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo-prune.c
src/libostree/ostree-repo-pull-private.h
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo-refs.c
src/libostree/ostree-repo-static-delta-compilation-analysis.c
src/libostree/ostree-repo-static-delta-compilation.c
src/libostree/ostree-repo-static-delta-core.c
src/libostree/ostree-repo-static-delta-private.h
src/libostree/ostree-repo-static-delta-processing.c
src/libostree/ostree-repo-traverse.c
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/libostree/ostree-rollsum.c
src/libostree/ostree-rollsum.h
src/libostree/ostree-sepolicy-private.h
src/libostree/ostree-sepolicy.c
src/libostree/ostree-sepolicy.h
src/libostree/ostree-sysroot-cleanup.c
src/libostree/ostree-sysroot-deploy.c
src/libostree/ostree-sysroot-private.h
src/libostree/ostree-sysroot-upgrader.c
src/libostree/ostree-sysroot-upgrader.h
src/libostree/ostree-sysroot.c
src/libostree/ostree-sysroot.h
src/libostree/ostree-tls-cert-interaction.c
src/libostree/ostree-tls-cert-interaction.h
src/libostree/ostree-types.h
src/libostree/ostree-varint.c
src/libostree/ostree-varint.h
src/libostree/ostree.h
src/libotutil/ot-checksum-instream.c
src/libotutil/ot-checksum-instream.h
src/libotutil/ot-checksum-utils.c
src/libotutil/ot-checksum-utils.h
src/libotutil/ot-fs-utils.c
src/libotutil/ot-fs-utils.h
src/libotutil/ot-gio-utils.c
src/libotutil/ot-gio-utils.h
src/libotutil/ot-gpg-utils.c
src/libotutil/ot-gpg-utils.h
src/libotutil/ot-keyfile-utils.c
src/libotutil/ot-keyfile-utils.h
src/libotutil/ot-opt-utils.c
src/libotutil/ot-opt-utils.h
src/libotutil/ot-tool-util.c
src/libotutil/ot-tool-util.h
src/libotutil/ot-unix-utils.c
src/libotutil/ot-unix-utils.h
src/libotutil/ot-variant-builder.c
src/libotutil/ot-variant-builder.h
src/libotutil/ot-variant-utils.c
src/libotutil/ot-variant-utils.h
src/libotutil/otutil.h
src/ostree/main.c
src/ostree/ostree-trivial-httpd.c
src/ostree/ot-admin-builtin-cleanup.c
src/ostree/ot-admin-builtin-deploy.c
src/ostree/ot-admin-builtin-diff.c
src/ostree/ot-admin-builtin-init-fs.c
src/ostree/ot-admin-builtin-instutil.c
src/ostree/ot-admin-builtin-os-init.c
src/ostree/ot-admin-builtin-set-origin.c
src/ostree/ot-admin-builtin-status.c
src/ostree/ot-admin-builtin-switch.c
src/ostree/ot-admin-builtin-undeploy.c
src/ostree/ot-admin-builtin-unlock.c
src/ostree/ot-admin-builtin-upgrade.c
src/ostree/ot-admin-builtins.h
src/ostree/ot-admin-functions.c
src/ostree/ot-admin-functions.h
src/ostree/ot-admin-instutil-builtins.h
src/ostree/ot-builtin-admin.c
src/ostree/ot-builtin-cat.c
src/ostree/ot-builtin-checkout.c
src/ostree/ot-builtin-checksum.c
src/ostree/ot-builtin-commit.c
src/ostree/ot-builtin-config.c
src/ostree/ot-builtin-create-usb.c
src/ostree/ot-builtin-diff.c
src/ostree/ot-builtin-export.c
src/ostree/ot-builtin-find-remotes.c
src/ostree/ot-builtin-fsck.c
src/ostree/ot-builtin-gpg-sign.c
src/ostree/ot-builtin-init.c
src/ostree/ot-builtin-log.c
src/ostree/ot-builtin-ls.c
src/ostree/ot-builtin-prune.c
src/ostree/ot-builtin-pull-local.c
src/ostree/ot-builtin-pull.c
src/ostree/ot-builtin-refs.c
src/ostree/ot-builtin-remote.c
src/ostree/ot-builtin-reset.c
src/ostree/ot-builtin-rev-parse.c
src/ostree/ot-builtin-show.c
src/ostree/ot-builtin-static-delta.c
src/ostree/ot-builtin-summary.c
src/ostree/ot-builtin-trivial-httpd.c
src/ostree/ot-builtins.h
src/ostree/ot-dump.c
src/ostree/ot-dump.h
src/ostree/ot-editor.c
src/ostree/ot-editor.h
src/ostree/ot-main.c
src/ostree/ot-main.h
src/ostree/ot-remote-builtin-add-cookie.c
src/ostree/ot-remote-builtin-add.c
src/ostree/ot-remote-builtin-delete-cookie.c
src/ostree/ot-remote-builtin-delete.c
src/ostree/ot-remote-builtin-gpg-import.c
src/ostree/ot-remote-builtin-list-cookies.c
src/ostree/ot-remote-builtin-list.c
src/ostree/ot-remote-builtin-refs.c
src/ostree/ot-remote-builtin-show-url.c
src/ostree/ot-remote-builtin-summary.c
src/ostree/ot-remote-builtins.h
src/ostree/ot-remote-cookie-util.c
src/ostree/ot-remote-cookie-util.h
src/rofiles-fuse/Makefile-inc.am
src/rofiles-fuse/main.c
src/switchroot/ostree-mount-util.h
src/switchroot/ostree-prepare-root.c
src/switchroot/ostree-remount.c
src/switchroot/ostree-system-generator.c
tests/admin-test.sh
tests/archive-test.sh
tests/basic-test.sh
tests/corrupt-repo-ref.js
tests/installed/libinsttest.sh
tests/libostreetest.c
tests/libostreetest.h
tests/libtest-core.sh
tests/libtest.sh
tests/pull-test.sh
tests/pull-test2.sh
tests/readdir-rand.c
tests/repo-finder-mount.c
tests/test-admin-deploy-2.sh
tests/test-admin-deploy-bootid-gc.sh
tests/test-admin-deploy-clean.sh
tests/test-admin-deploy-etcmerge-cornercases.sh
tests/test-admin-deploy-grub2.sh
tests/test-admin-deploy-karg.sh
tests/test-admin-deploy-switch.sh
tests/test-admin-deploy-syslinux.sh
tests/test-admin-deploy-uboot.sh
tests/test-admin-instutil-set-kargs.sh
tests/test-admin-locking.sh
tests/test-admin-pull-deploy-commit.sh
tests/test-admin-pull-deploy-split.sh
tests/test-admin-upgrade-endoflife.sh
tests/test-admin-upgrade-not-backwards.sh
tests/test-admin-upgrade-unconfigured.sh
tests/test-archivez.sh
tests/test-auto-summary.sh
tests/test-basic-c.c
tests/test-basic-root.sh
tests/test-basic-user-only.sh
tests/test-basic-user.sh
tests/test-basic.sh
tests/test-bloom.c
tests/test-bsdiff.c
tests/test-checksum.c
tests/test-commit-sign.sh
tests/test-core.js
tests/test-corruption.sh
tests/test-create-usb.sh
tests/test-delta.sh
tests/test-demo-buildsystem.sh
tests/test-export.sh
tests/test-find-remotes.sh
tests/test-fsck-collections.sh
tests/test-gpg-signed-commit.sh
tests/test-gpg-verify-result.c
tests/test-help.sh
tests/test-init-collections.sh
tests/test-keyfile-utils.c
tests/test-libarchive-import.c
tests/test-libarchive.sh
tests/test-local-pull-depth.sh
tests/test-local-pull.sh
tests/test-lzma.c
tests/test-mock-gio.c
tests/test-mock-gio.h
tests/test-mutable-tree.c
tests/test-oldstyle-partial.sh
tests/test-ot-opt-utils.c
tests/test-ot-tool-util.c
tests/test-ot-unix-utils.c
tests/test-parent.sh
tests/test-prune-collections.sh
tests/test-prune.sh
tests/test-pull-bare.sh
tests/test-pull-bareuser.sh
tests/test-pull-bareuseronly.sh
tests/test-pull-c.c
tests/test-pull-collections.sh
tests/test-pull-commit-only.sh
tests/test-pull-contenturl.sh
tests/test-pull-corruption.sh
tests/test-pull-depth.sh
tests/test-pull-large-metadata.sh
tests/test-pull-localcache.sh
tests/test-pull-metalink.sh
tests/test-pull-mirror-summary.sh
tests/test-pull-mirrorlist.sh
tests/test-pull-override-url.sh
tests/test-pull-repeated.sh
tests/test-pull-resume.sh
tests/test-pull-subpath.sh
tests/test-pull-summary-sigs.sh
tests/test-pull-untrusted.sh
tests/test-pull2-bareuseronly.sh
tests/test-refs-collections.sh
tests/test-refs.sh
tests/test-remote-add-collections.sh
tests/test-remote-add.sh
tests/test-remote-cookies.sh
tests/test-remote-gpg-import.sh
tests/test-remote-headers.sh
tests/test-remotes-config-dir.js
tests/test-repo-finder-avahi.c
tests/test-repo-finder-config.c
tests/test-repo-finder-mount-integration.sh
tests/test-repo-finder-mount.c
tests/test-repo.c
tests/test-reset-nonlinear.sh
tests/test-rofiles-fuse.sh
tests/test-rollsum-cli.c
tests/test-rollsum.c
tests/test-sizes.js
tests/test-summary-collections.sh
tests/test-summary-update.sh
tests/test-summary-view.sh
tests/test-symbols.sh
tests/test-sysroot-c.c
tests/test-sysroot.js
tests/test-varint.c
tests/test-xattrs.sh

index 2cb0315139130a8563d1158c2d522497e8674f1f..b42f6bfafbc9c9f81c5c3272ffd56fb97ad1c951 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Red Hat Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 828187ec812df33e281eeed435715f6e16ff6951..d3d2f6738651452674055ffb7252538cae5424fa 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 06018594bf221c5a0389036887f2d353f7fef80b..115c19fb663f5f4de9836e3d85d2eda6b2d0edac 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 3fba576b03423f656a7d1953497229877b90343a..58f77a2cb05a6d3224df3e0aa83505f3d0676006 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 19f8184e3825a06a011dd38a863f125b3c28f0ba..9dc81b2f8321451b62142ec59ac05ac6bb42d340 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c37272a6a91793a545005dcfac39b12198633fff..e2f88a16e693c0cb3b33ada40369cccbf706d232 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 04faa43613cb9f48b7d0087c98835cc7333d4384..c366c84f9483234adf50f9300ed3f8e1eae0d5f9 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index b4ee1c4b5bb06c694ed37f8e899947960c4d59b8..5bafb2d069c0f3b5a311be7fb1aabae43b2a03ca 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 70aa1c878686c58d473434e4d87a57647a6bc3ab..6735c85ad1d9d158d575494a7db58b9d422997a4 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 284dc76f73716766f8a330eab158305c7c1a60dd..48363b9af6acd0312ea93c59e0597c654b89c4c0 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index ea1863d3dece2ce09db8b4371bd7df17cf7abd98..85542edbd17d7fe870ae64232eab43624dbc3b7b 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index d46eac786a342984902563073c5438f907b23691..d64ce451c112440cf2d60ffb03014743307a0d04 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 19aa531dee6165b4d91a2e4d4f0f9415e7fd6f3c..6a52d170c881dc648c4bec56d849b5c868590f28 100755 (executable)
@@ -1,6 +1,8 @@
 #! /bin/sh
 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2, or (at your option)
index e91e1c46034fd2f58151bce7626fab0dcc3b9034..b7dfb6530bc3dad463196788efb951e22cbf1caf 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 256b02feff155a8e915207564f4fb0f82f9ad6e3..b1c817369f7a6677ffc8120d12cfc230e3ad4abb 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index ec705b934384273dfc913a964d95c0ea7688d929..396d901660d98e29816ae5d003459b6a918dbfb5 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 034eafb4436727e0557218c26b725bcbec583849..3a93e51e2cc16a149f055ae23054fabb8dfe9c38 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 94894c10c0fe6c72d36ad15cd7b905da89ba0000..323c6e6ef78eee7ee77d591e68312fd52aced4ab 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 10f02ad62b75f83ea287abbd1d95efe0964e4cd5..51cb24ee96e8fe8091d75bac7279289d5a1e4f17 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 86984da6dcc9e313a8b2efedf83e5b21e19d2c96..ffa5cd209b8a0a228e0d2e67a7f6dcbc197c4ce4 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2015 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 0ffd4c5bc94153b1c354e0be799845a31f5f534d..096c0daee97e1d8dcc871677ba4ba8c8ce3c0718 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 86f9be403d654aaf3a498eda163cceb0e6168f87..0fba9eb397339b5748fcffa7911b60d348b38bae 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 155c5ec837c952cbe7dffd0a791030a000ef8094..818f12da38a467ccc80527bd4a21eb69adfbd45a 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index ca02bbde4f6728f0bf0b6563290d428c8bd2a7eb..e07f72ad3be99405faf653f38f5f6bc7715b09ca 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2016 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 51900b85b2838ff6af4bdf2b1771905141efe605..8d0cb438b3ad0255ecbebe47930258b5abe84b13 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 62cbbe93cea440700b2f1a5ff376355943dc1334..53d07db5726907d4e23935e4ea1582513957fa74 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 425ac26a44fa8f0130eb36b7e7de9a005871038a..cf1cdb15128f09de5784842fc885b8445c982dc0 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index aba70741a821644610ed98d5b002dc4b9fb670ce..0638592772d99e8fbda5daad5ea2478080fd9585 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index c6e16a8b2d857404eb9565c6cadff42df989ca79..ae7aa96a77248489af7926693b33354d422484d2 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 66bc5fff9ae43ad9a927b759c5f37e44088e92d4..4131d607aef63f9249ecc43e82bdeebabbd10380 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 715bebbc95fd033f4d1b99e3fed90762daee730e..f12326029b368a67e10468035b91ccdc7b52534a 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 906374b4abfbeee35e1c09f61936f5cc4d7d8b22..10658cf21b659ec905ab7d828a98ae816a28c9ca 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 39ad8e691a456f08937e5ead76a0be932a02dee1..019fd65518cd849d4bad8913884c86abfbdce0ed 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2016 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index ed13732479493c64ee79ae9853b3f4b7d0201ac6..f0208b7c0314f3baf3be8198218c51b3147da321 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2018 Matthew Leeds <matthew.leeds@endlessm.com>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 2432506b3cdc6644b8812be5f25173d1d388a786..4e292db69a463cd14c6bccd7df1aaed3a67a274c 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 44ddb655255d39ab4472122daa66b7d5f95cac60..a6120f07d71aa6860388e0b4a1634cd6506766d0 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2015 Matthew Barnes <mbarnes@redhat.com>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 2ec1b67aaa3dfff8e723e719536d2d550bec6063..b74648db0ed72dc0acf2796f718669293970148b 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 4c23b0d587efecccc8b4dd8545c52c4a14ba9b7c..0b7d3488188ce81ab6f39c4cc1ac8a024085eb19 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 9378759be53256730b61d2da6cc3ded8cff1b034..a0a9bb5f7dec136ce6827efae1c3c257b9762203 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 60e19a5b6a2156d22605fc7c5f362e8bba8be350..641176ba576e758feb243f651a5b37229da2fc53 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 6789874363415c016a2634ada5e2dc96954067c3..2bfb2b0f64315ee076099bbb3286ed6df0901fc8 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index a3d0b7a022f1b8f8c6a06f1ccd68ee081cf09ead..04ca4aaaa17a5ddde40ec9d456791cd783b78006 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 26a3203d22c00095fcebe56e8f1cce0bd767e70a..8d5a1d235637fa3cefa53c588c60517fd6ca6337 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index bf41a10c0f9521d3c154994cc5e613e1d289e18d..e908315f7aba01fa0a9b65f3fea04421cdcfd55f 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 6d80ccd9fc59b685f3c026d8081ff5d5d242ad21..e52a1ec2f33347310f3429fd2103cc43de930e33 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index c8c026293344cc15e8a08051a00f80c6f8918d85..66a4e19804c89dbcb04c0fc1f6835540f55d9248 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index f449b51f26d4c3653f93db532230419e15b13e3e..a3d9aa4a2083d0379ac91dbc97e6ac76226ffe86 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 3b16aaff10992ecbcfaaf96c61135565b19a7381..dfeef28bc53db9a968df469fcb4a0c97f2ef1030 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index b4629c3db64443a1306895126b5d69b8ac4ef6a8..d0f9288264e13e3fa0dbf49a2ee0b233a4328e9f 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 2b846858481c881e102835c2945b54c84c3d05c1..d03c12be5a767859902dcf85364e1f258c10a792 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2011,2013 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 9378a6b95155d2639481702af969ddc5fe767073..aa3abd54f188800ca9d58f5237cb482169620421 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2014 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 1187b66a660a46654794123895fe1f74c9ba7cf1..0553b63b0a63e67ad60ac2b54f7dad0ebd1a12b8 100644 (file)
@@ -5,6 +5,8 @@
 <!--
   Copyright 2014 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
index 05b02c5df5a91c2f820a78f2e243e62af3065be2..06076c4566eda202a0a2ca494be54b8f5f94e080 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2011,2013 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 3d282c0021fc126f7a588737863df464f116c46d..4a48ce9b7c2dacb10b1faa68e853ec5be59fec7d 100644 (file)
@@ -5,6 +5,8 @@
 <!--
 Copyright 2016 Colin Walters <walters@verbum.org>
 
+SPDX-License-Identifier: LGPL-2.0+
+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
index 04a19fff59b96e20d836cadf614bd6fa17172e71..15b9eddd4a11becfcc93dec26022fb8895a1db8b 100644 (file)
@@ -2,6 +2,8 @@
 //
 // Copyright (C) 2013,2014 Colin Walters <walters@verbum.org>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index 20c828dcc182d21c5ae949c94c456bc395ed98ab..70364c4b66eee9229233a639b1ec59f95c12f3f1 100755 (executable)
@@ -4,6 +4,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index a595e576c4c7d194d7f596009feda5c77175ab9a..9b10588656b02b20140f1a935db0e59cceb85ec5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ba46ecc1becb47c1bd89e3443fac26b511c0df41..45a80cfb6ca6a40292e1d2a86f376dee627d62fb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b3974317fa7e53ae6dcd31b6abbdcd7be31d0216..75b498fccdada2b6bde3461ec7e83b21ce14389f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5be3cb43f4b85be0e3129471148e85b07fc0563c..ed7ab35919ab562719bfd73b7fc733eb5473c3bc 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c6de264024e81f3784f50de327bcced5fdc384e4..94edac62d5c1d4df0b753addd5c779b4a4db8559 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 27ca078159c1792f6ffc772f31bae7ad382be539..dd45ca52c05767186dea400d8b0302c8f4245f16 100644 (file)
@@ -1,6 +1,8 @@
 /* 
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0db6505b7f445254791bde24d4806ff78dc0cbd4..a49e370a9f6e843ded6a480c91e79af006f09f3e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 89a2d3520f66bb7770614f127d99c9e9bb80bc90..f5f1f9e1d6fb5975c5fb09c719f77fdd012bfc93 100644 (file)
@@ -1,6 +1,8 @@
 /* 
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 26c2ea431add972fe633f59df4cdf624f2577406..061b119c2b228c06c9eb55c27aba99b93dde5780 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5637e98b68988d392c53cda1badf473ca1f36a54..49d3f5e5b80b516a58a13ab4dd75e9bfaf6b1115 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 2ba535ec16370bb3b1629e2cda4fa1bf83a0a78e..1ac5a1c827a25fb7bcde411b7cee553d930b2670 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 162677c35c2660f5c7675519c766954b6faf2091..ef9edf8b15b66e323d0f735804cc9c16d5f753d8 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 2f633dcb7cb4c6f587385a700c9cec1579663e46..7d7a08d72830feb9c1b53f3367c5e32bba653b24 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 01dded94a01cd58fa8db16befdf76c1f32d2cb0e..d38175f3fa1623a95bddf04e9c2a8d140d52e5d8 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0c6cb0e7a000db266484cab25720af984c7586e8..92b0227cb69f57e61b76867aa7776b0b92fb94cd 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 64fd7f8bc99d9c1b9bbcc0e7e6fb2dcd5a471b05..1c0024a235c3b0407cd07c1ecac49f297f35f198 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 259273b50e265fe489420069b11e579e2c63ed49..dfb9d7975c475607f3ceec71905af92463cd4b25 100644 (file)
@@ -3,6 +3,8 @@
  *
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 017ed28ebc299bdf16123a9ac17715158ceffc08..5de454c9f0e204b52deed8311af189a77eea6447 100644 (file)
@@ -3,6 +3,8 @@
  *
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 2d01257d9a93c4c95443c58c10efbfd44ccc7062..b8677e23762aff50796d49fb79c28eab6bad73f2 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index cab8dff6531f209c799c01b26a3d2f2394f22549..3b829f6962bfa9a696d873fee138e898f590ff85 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index aac18006f421df913c67a1351c56634467fba7ce..485ed187dcc77a8578feef20230a7880ecc2e48d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a81341341e6ab8e54fb18bcb5aae08ed535667d5..aca313584e1a1d60ee20caf0c50ad46d3a9cb436 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 48528e0f4e9bb5cdb93f579ac85f2846710bc42c..1e2dabe5d0523816c684e7fcb96447abaf9540ab 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9cd2f008db9769cd6dd8bffb908dee5dea1e912e..7ac821703a5236581578667656ec1ab9325f4928 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 4bbf7f2de64db4570a806165e58476e88580529f..1b70f8aa4eea54f36ab2c5f2777a7a47cd84f413 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  * Copyright (C) 2013 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 09c01b6cadf9383e1ef412908792c52d971f8478..4fe62d98e7ff90fc5e8dd464b23eab197beb8052 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  * Copyright (C) 2013 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 3a8c1e2a332c7c025b3cfe8f00b56f8e9a8773e7..66d7e56568df3095b4a6ddb12929a110161c53e7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ddec0fac2d8a9beac736967f1af333f93157e2cc..e3c5edeca4c5dc79cf17527545a7d0554dbc66f6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index eccbe06d95ad3b8fe3d2423b58e5d14ca9358e8c..fc1fe99145be6170c144fe9a031fbbcb30ad0117 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 413e4f6089b8e7a154a1c30815204ab28ccdbb5a..ce40a698c4e7e18fabefbb91f3c333d797fac5e5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ea1b5fcf868a3afb40487efd0653e17ab07e0f4e..4de05e2ae3ed12cc4c5eae0ff0d6fe96a7d16376 100644 (file)
@@ -1,6 +1,8 @@
 /* 
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 3daec85b9864333221020851ececb54086d3f73f..4d1937fae353f0cec22079cedd46914de11ab436 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6a4b0de24beb078a296b1cb3a7432e433a4bfcca..7529f41e3abd543df02b58b75bd44b0bcf578132 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 52c1b5be2198fb6087c20ae3b2b0bfc854cc720e..d1dde8b4b43eeda7933707d7d9f1009724351dbb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index febb350428918c291702943200356cb09b4f0ccf..c996461059898d1c87013aa808bec0bda3ae654c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c4438599059fe757ade23f09e6d3252572a7d62a..d4bc71bf1ad599a1583efdd0aafa2a098b956790 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 09eb21546af76119b1602e16d93cb253d5e4c82a..ce7cf3a1fdaad7c11240087da2ac55713d36ae4c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 383037a8d443c6974f6ea1d36b611a0fc8ea4fd8..3b2014184d916341c7612fc40278ecd28bc3510e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b44d260ffae4289cd612e80459662b622e5e329b..5f3da1889e8bdf1a4ce2c691d9725e152c83806b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index cdbb946dcd01cbebddf234ab1043ad366ddb84b8..029159ea6f740f67e7501c52e28e037302b07a3a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 479dfd4b03fc798aa13cb722d5d10b97db6fb7eb..231f2148e158a897ed5a074a2b2b16dda0cb9722 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a12861856a022272e0a6e985cde58ab16ca579d6..7cb879f76079f035f299703af4e93bc52547b260 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 4c2ae011e8d5a9b7ae3470837bfa383c6adfa867..a9a090b8d05b1a814eb5b87cc80b26a2049ba1f0 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 05ec81f347f55affc279ee5685c28d7d0f88e1ed..5cff5d82bd59bcb9e3ac834f0e1168028ddcf47d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d6c7b5536df561f6c820a07abb936c4b515496d2..2cb5e9a7fb61650e2bc158bce9bd7b713c7200cc 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index bad86d9ecf4d6cadb80331ff8e1f19137c0e182b..0954cb0e752abbb428c2403dfba3ef2e19fcb004 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e91fe854b80c5fb3ad0a311b110ac397899f107a..7aa57fde03e130b3178cacdbd833a40f81ba9918 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ff7f885b1570ad1d3f6e4506fb5b99e65e76b8df..5cdc5ff3e745a9f85baccd0c9a626e829ab8ca96 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright © 2015 Red Hat, Inc.
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b75640e7bbaeb7eed7e7d94273a27219798f519e..da513ab43f10ccbabc10434baa93d0e829fe7c59 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright © 2015 Red Hat, Inc.
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index aa9bf731c3ebff2148fbeb1b1230b79da58e2c13..285f590066868e37bc971821beff2cdf85506d7c 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright © 2015 Red Hat, Inc.
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6334ae508b9134c112aa2e5ab5a110d79187c935..11ec3496a48b34213c6036689f752eab04c6b2f6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 44434c667e04dec12e0f75ac495226cd9fdc7f2b..70068138c936bec737498b5a6543db43bdf25fec 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 8729f7b92d042e84b2c3d6f24b2bedecf7da9745..4265aa97688c1cafa8b8f1863e1b8e811c107de7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 83ed190fdbc386a955e8b80550b2a58c933dd005..46d20ab1c81828cdc5d57f88bc4614d1abc64b0d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d1ee449eb6eae866f3f0059141ed1dc156a8ffa3..e93295b149829f2a84fd687fcfa170b48eb41252 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6e19bff6ddd8f1da58bafab119a80707e8a80c21..740b4624872e476565a45e204e02daa3889f3057 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 658a0c3bf0ac16f568092719a1c4ccde0480379f..fd65890939e522e0652974e1617cf9917c59253d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e1ba3a0363bb32475e4a33710f3728d531397c81..0ca8253fb471faa05afd3c243b2c41ba0ef7af5e 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright © 2016 Kinvolk GmbH
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c7612adbbd8d4867fa142745610f169d11ed557b..5a960385dfe4c4f9a364a72e211b43dd2bacd05a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a2574712c331c7f95436054ee87fca3ae2e5476a..6687a83538560fd8d4934c133e2213f9644b0724 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright © 2016 Kinvolk GmbH
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index dd0e478da0170ac2a7ab846f6c444b0924b0f86f..f79b68bd7be7abfca5dd5f86c9fcd72f46486f6f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e3d322994fa88cfd39a2f02b124eec0b83dbefe1..d6c8adda830dba6a9abe5f21da71dc829c5d87f0 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5d7d800f07938fcd2d51994a8a5b1da4826626e5..c50843214e2b07268586f9195c2dae901d7269e4 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index bc01f91389ad1b081531d12235aaf41fe08ef449..a7919fca913b6d32c45fda39f0dc19685fbbcc51 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 31db1221dc5b259aaaf1bf476e00b4e4c76ed97d..6c78135a22c1fe1160753684727ddb8c7b3c8188 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e5bb80d7afa0a670256cb2c24675c838f4f365cb..5367708b2c5c49a09147b61eb74703903c5c385b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d28d3bd8d6ac939beb11abd1ae9a05b70000e5eb..8bce35ebadb4dfd58a1261c16188049dd2641daf 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9be176afd0d8cb6a6b4c86e57b5d7411de89b1f5..829e8c6d8ea94af269dc738cd0f7b54bca2b09bd 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 8434c8a88db4d85175716c5a308abaeffbd23bba..bb1a437e6d7b4c81d9babc1e05030a7a9de2e26e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 64d8a503c4ac72d970d62400ba9e6bda0b6fb39e..2852e78e14aa9d81d0d4783ad6ffd9956569be15 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 4bbf6a06ddfdb529a9f48b0691be98797e196865..a31d4e5eb34d33319266ce9946589b314d8104cd 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 1b65ae1c23d1447f4be1f66034bab380cd5ae99c..fc3cfa548ee58f070678ef381a6933070ea59fdc 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ba30b153dc043bf9329bd7c5ebe69bdda0e153a5..f50697b9c56406251c628e5f030af09dd9784f89 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 464d7e66a0c8954c8f8a5347b385bfb40a6bbed4..b87ebab4c0ce9369a99dff9a6eca7eae15053c07 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2011,2012,2013 Colin Walters <walters@verbum.org>
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 97206cfb9b769c9fdb4612641266093cf04f836e..bb0e1c75607c23e2867150cf209041f37e08316a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d96604e59cfc4800f407b9a873103836aff31fa1..53486c21ec59250c54a452913225408e4f4d9c3d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index be2cbb647984786369442b9be88d87f9f71af680..746a1a506197c4da64dbc025197a6860b8a061a5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013,2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b2595366fa4699294abbe1fd3510a7fa6cdf974d..bca638b21d2b6143d6987d4cae2e05b82b641f4d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 1389492aa9149980722c347d4b2b6e789ba46850..155acd5297349e1ac338f85829ca8251ec8e8d52 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index bb6238e41f569f74208ed2e7db15068f9f1fd55b..7b5b9eb3327bb3ad5574d4b82fe79b7231a55d10 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013,2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 46c3e547844f9accce1dc8b4ce69f68cafaf272b..be3ae10967735e43db3f50c90be363b364ea911b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 858a5555cabe3745e3aa9ffbfffb8afd77a33a9c..23ae75b3f224e0a0645cf97557ab4b1ab49665aa 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e2608d84774216270ba66be570b2d960e108f65e..94183b40140684f0eca3720c97711b9bf8d61795 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index beb9562ff4722c45912f022d3d1b43ecc446b118..74033e3443e5f4c66b19484ae1c5d90b8a1d16df 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0cf5b0df47fceb5ae3650b2b97e553c5cf99cb58..6f8ca531967737304b4d979a23757e504398cf12 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ef8d574b2789e60aa8083abd6d8cad712fcb4e22..980f2580d51ec8f416b5a271b6ac4bcfe4815bd3 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 410cf194e6369e86568efeeca5ade77ffc9b2266..4f8223b3dfa8dea82eabe384aeedacc7b0df84f4 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 39f142cf153da0858574d8a27f3d467fbb906d7c..7e90527fc64e0afce71a8a80728729d1e98838eb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7a6ac1e931efd5102701d6514314547a8b2a50cf..2e7cd44bb8017be1be5c753debf0b65e68934135 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d477d2c49d7f38f5897d23d82ec605c692551781..2754b394b02558144c9b3d517de70c71fce3ddff 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e362a025a3857a5591ca910b66c9e5408cb3bafe..3ed6237bea53eba54e0b2bec1d366cf7ea19eb6f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index eb75106e51ac23f659c8877af4070728a843187a..a87548a346f1ac2b2209eca38762e3caaf161c64 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 4f3c0bfa97c8da7cd779870c6c67988c673cfcb7..c9bf8a127a036a58245d0698591a2050e47eddeb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b37e7e5dc9aea97bc3ddf9a48b6e61b7ebcf4a8e..3479944472d5f9895a20cdaaa708d040d85c5999 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7446e3798e5550b4d91e857496af544fc43660bd..830ed272d3104ebc243dbec5fcbaba5139c62e73 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 239f1ccc112d591573745f8e7dba14dc664ffb38..bd90166ab00a47dc30ca3e7c40f2b68bd0d0bbd2 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index df4457b002a63bd213a8924fa4daaefa823600eb..58db65a4aaa30653f87caf0128b2c15a18f901c2 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7e07b04a8b4f313c5315aea76a06e75d764d4b8f..852eb82b2f41600b4fc8c60d2e2a9f46ae10a30d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 4175999dfe7d06afdd3304b906c57ad0fb5699e4..0acf21d1eb614cff2913f61c368f19b6c75ba0a3 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a7f6cd47e1c23136a09fac5f8a98e5e1e20c273b..eac37f2e34d1e36cb9412a19265a12ae6397f70b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index dd0e052b29b89298cff7ff3f13e55a62ff5562a7..793d04f0d7984f218f785dad4ccd8a6084e12be3 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a536d7bb0bda8d5a6480cf7367f7e41e47fc2f1a..7a704dba1fecd8ca1bfcf09629bf309b61a60f73 100644 (file)
@@ -1,6 +1,8 @@
 /* 
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c13c0898c487a2ced358f6ac80a146bf11394062..3dcdff910745f21004cdb66eef69cee4f9b1a90f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 164a96d33f809ce51988a22a40d1580870f513c9..6e0e56419a71675e7b6d82f822150655d50257c6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index df14599e84d8a9f5f9cb94b535fbee3f047c3d62..411ef25d37b2735d177f56bdbca36e6c433602eb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0dea3a9c518004ba2232e4ffd1a8f1b4375446ef..affac83ad8554b2a30f7bdb5f37de4d2d8edd083 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7eb811cda1862578d7535397b83cc13ddc2d1870..5743c09e178cf51fb96d846a6d0808f77baf7276 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 8dbaa84067fdfd91731196d47eefe93b06d7ecf6..f09ee8af4f8631c84f5c13df76009d41f9c3efc1 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e72bae95f6b8ef14a4315d4fea606baef1728dea..d317ac296b1329b07a4878a1784363e6c9440559 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 981ac72f246574d55542a5008ded1b24467d2c52..9d5c8d3ab32ad0bedf946467a9b059166320c8bf 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index fc5dcbce93e02ccab58cddf3be3317ca97f67afe..65ae55e4317931e010a155f755ed33e91e896864 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7c3b1d8a86113ae8a3f9d170ab742fb4fe9f1d62..3b29377f2f1ca7c0444ba5582e4524cf84ff5223 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b19b69e33508e6e0783ded1b01ae53575df10608..e136ee47a6c8295b1a2e8983b7e4aa127594113f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9e6eba0baa80948f88ec9985b2263245d051803d..5d55d8df5a54eb8bb4e3a826ac0e5bc72b944d0f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b6a5e95614ab86c73fe098440e5af2f6eac34e7c..bac1b4e4179e3a2007451862d6aabcba45736067 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9e4b5dd32cc54ef891506cefa89739a0ecdc2cba..d6f37bc9e55418a3bd8fcecbc297fd8e753a1f40 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6b7ab00a6abf42dfe98716ca8af03b4bc634436b..e3381730fadb4bc1d33b05e138520bbf82a89588 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d05c892693edded6786149162c4497d20ec0307d..7778ca114c4afea42cb07b0867d693a36c25ebc8 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index f59ab7eaa2ed6ac77f73130b2cc1f03747107ac1..36e2f0a706678957f67517c9fc5b0af9ca829fd9 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 8bf7544a6af552253ced4efb3a4b0e9bd2805669..5b331e62a2c26c2299902af1ce54347b54c73452 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Alexander Larsson <alexl@redhat.com>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
@@ -27,6 +29,8 @@
 /*****************************************************************************************
  * This code is copied from gvariant in glib. With the following copyright:
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 684bd8c478d0598eeac1a62c92589a1e1710bbf0..8ea0a214110970f95548f9b549b3fbccbca16d67 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Alexander Larsson <alexl@redhat.com>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 11638794cfc4c00574f4f054cf17f5000c7ab76c..fce3f53db55c740d97092abe6e205ea6ce4f52fa 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a59cbffb17f9b2addf9c6e6e75239d17ce04b8ae..d1cd8b59fdff72b5fcadddffedf1e8a02718ef2f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 05666d2c85318b611e74aaae5c19c19077be76d0..d648932eed4970aa4a62e711cd45e88582b0984b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d50c2490c5d6573e0ff08bdd70f834b8762512b6..ddf531d17b57518700a8abee60d4ebe8375cedfd 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b9909c8efc689308455e0d064490412549c1d5de..377de525590f67b24a0b4701f6782bb82b3aacd7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 996afd2440c4f6632c3e5d6ab528d81a25943e3f..4028931e0f253e38c682af34431351e8e586db42 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a4aa3c3387cba3d3d03d1195612d1190687d1d11..ee7f3ccf2b4539d6565ccb2a2302dc08e9fdf6e7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d33fd8a2852bfc6e38ad35e960ba5ec4b5bbe402..6a44a72bcce4b606b9960432b912965f8a86df3b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e2bee8a34d23839f54efe428ff67515b8a41cc06..70348402f962e3af8d99c5465c4cbf3a3c4c38ef 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0ee3b3f2bf9a49edbc1145d7feb33e8581384a30..035bd4f8b6ef4ec53ce2640252718cbb10847d16 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 92dc54fbaf5a7b9cd03b8834e06fa485debeecb0..411e415e85eda17f6a8fbc9941cffab4bd1c3fdd 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0f6fd2591e4445b18dea929b1b74cf81d663e729..77f14bf53be90e43b2bbd32412a9b8ba98710b13 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b6fc7117ba0190e0dd58d7dcc466230f1895a538..0279c5aff2927fda5114d89bdee6119982f03c8f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index fded7aa23f87712c6c35079be2c8b9bbe84bd6aa..7609b25a198a44a43282781456a5aefd9b7adee4 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 57fc8d61e6041a6f8be88d2645ee516a53aaeef3..6f070524941e5112bb87ad82208d30fa638694ed 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 60b1209b58180ec3bf68a4260f66c1cf7123b1fb..34ff08cd403cfa2183393669c6a1f6b1aade142c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 225811eb9ec46266f6beb97bf70a0745aa4583be..e42ded6cabd9997dbfaf090ca20f03981daf8419 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 1d62daf8d9acbdfd46534b694d87a744b66b2d2f..399962439399450eb4c5614fef054eae105e0fe7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index bd71873cff491d67185edfc5346ca3a5aa1c5ce6..d52836e4181af427f73ab67aecf9f4ff197978c9 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 73157bf3d68c02c5488ee72a844e8dbb33550ef0..21e55ae86edf509d11956ce6c53b77b74c7aa0ea 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2012 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b0277e71cb4668a38d71f14b70450d23e42019f2..b0ab9e4749fba5a513c2eb3be4ebcb243f0e0a8a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 17033ecf3b4950f22d09d727d08b18f6e3b3c1a9..f4e687e9827b8914397aedf581b6238ac0ba0ee6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ff45c24af2440556866952e4db19846b501d61a4..53257055fe8c72e195daccc3b725baaf87d841b6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ea21aaac9c078d7eac2da299233cf77d1ea1c5b2..533cfd7d4841eb6aca96abc9a425204364d736d0 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b2a5c5a6797e818e4f468105df2bea42166ef9e7..354fa2e2180ed67a8a961519da07fba24f30eccf 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5e5cddd1457f55fd20f725d4853f4079a773b52b..c482b114cdd4e84a0877e5bbaba28435e206e4e5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0fabaefd654cacf82c76ff45f55b043a23065ebc..89bf3df9c193a014f41aa24618bb397b90015653 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6a540c966ae58b0a0e942ccbc06ddc74791dd914..02b55b942ec98b37c9484a238a6212f0d5b06560 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5f5a4dcdc4e68f58c82d99aefeb017dafc1989ad..1f0488de4b40f908783467e14069d9450c553d38 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ca85301e07ead618c0c3207bc6ad9dd27353a808..0f0755ea16b3c50b51d2535a99ab218aedfc3227 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 67dbdaa65d9407ff5c79be3667eeb87693198dfa..77b7a8da3fc572261461e8471ae3a0e5a3da728c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 70a3021008e8e5c44eacda7a23335edcc4f18d55..3f9da7835f2e5a09c3cfc3f21226c58bc48d497e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 14a46f8952d893a42619425ef11fadc974d05141..6babbf22205171ce33beae988bd2256dd39f201a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b6b7aed0d5bac06c2dc4b224890529699f05ae10..ae0d0cc645a4f4966af284aac53586787f4bf7b4 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a8644ec683932ecaff2e5e48880a4ca406060661..306f177b09b6b22d5a87b08ef35db1b1fbb2fdf9 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 150dbc8986a2ddc4acb9bda31fd669112eb0d532..baede0d669c543d7cc75d6a7def89f0c9b9eb2cb 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 54b18fccada14ee9f8f3b31dfe3e7d37d5a4c536..3f39dfe8f4076217d855e934988314977e45fb61 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b4a68fb303291aea7b12deaa85e8a9ee36ab556b..b3e03bbb8cde44eeb09410c300def489b1e83130 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 827468ff4af9b27544f6f22c4ca2753e98c68b32..c8e12e2d3f9aae0036229264d2dbacf492af7c42 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index be5cf9d45d7ac3f8b9bb76992f3ff598ae36e00d..7c9fa82f64636b90a0d8f0af32a326695e56b9e3 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b89e8ba38e410cf95de5eb456589c2f30796a100..4deee8c602d95590720c887c273dc554e3750d07 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e9dcf230e66ff24ffbff4c3a17643fc04d68c4ff..2e25cb9c1e52cc76966ec48dc630bda366d4d82e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 8a4ee37298de5611ca7213b4ea600a92c4e8a35b..0f2c2ce3069cd1fb42326bcf09c07733499f7469 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 73ef492c7d218c56188d596268d9191be548e7ee..aca2cddd4ce112e57b980d80e5b91ba1c81d17c2 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d91acd20e3fa97f5ba20e8849157d0bfc2cc262e..d2a343f2b8e739290872fe266f78fc161c7e40f5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ba8f379b7c61690c3d0aef56ea25d9b5f4873709..281e0df6265244777c0815a8bdd48d939132e8ed 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2014 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 37487a766a2d23c9a7635b685c995fbffef71d57..b187754f66a605ba43b07013b5d7ec8b8617fc47 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e5864a460b7c224288fd9f03d4f4a1f18ba8451f..b79bf589100d9adf9ca07d2d2478e6a0039b6c07 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 071530f805f7fe81a30494c54279e84cb79c04a7..6ef7bbf7e39e892d11ea4c19ba3f8dd45151910f 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0839b57cf4ffa272adfccd078bfd0e43417dc2b5..0e1952af815676d666efd4d1dc4e26c73b922e6b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a23633a6924d0869f7dc74d8e297188913d2b1d0..6aa5713070b6f4fd6c0941b47c29de715bf51f9b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e24d9279682b9347ee651eb4e43fc33a7c739d23..a5615f7f577f17297359d38ab7c9a50acea9e6ee 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Stef Walter <stefw@redhat.com>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 22166c5472d9ccd000202d9b69152108f4fcf73d..654a5f3d6e7275aff86173b9786275a22059c094 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 26f9f6e1de9a1b87ba42a3690cebf2c4bf0d832a..c5ffeb7f30ffab9a6f15610996eeff486e5dd79c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index f462d887f653e51f3be8bdbf8ca88d49648d3cc1..0b2647f66efd2d89c5efd6730f2467b6e34faf22 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2015 Red Hat, Inc.
  * Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 98fa5b9034641ecca588460a14efaa4f66042b23..4d90934c152083f12c06c4619dd7dbefba5d7955 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 239c12c00569619fb185bc9e4ea39a921e2273c2..441e4503b510dd99f4b35fcb257d1f01325c6334 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2015 Red Hat, Inc.
  * Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index f2f8a567a1cb3707481f2a7315de4c5bd9cc99bc..ff38b0d74c47fd9af9ef5a912e9dc9d87b955d36 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a5e106dc7adff222fcd9f03c91674471a645f5d9..83bb19d4329a03db9948667ac170b0e98067bc84 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9ea3880ace1c318132cd5438a0ebd11f7d13c01a..549deeec14a3772fa761b214adda508ce20cecc8 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2015 Red Hat, Inc.
  * Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index eb5a1baac8989763cb9fff6d0a35206a8f69b4f3..51c78a17b1a7d2b7d18d816029590675da9e166f 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ccf89560bee084d6a9b248dcbf3b3d1810e9fc52..e4c1d104bbaf6a5786dc36eaf739421015346942 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 08274c15a5f222514273df87235bee6256a7869a..289c744bba6b1133e2a6657bb628155674760038 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0c9f7724474b980bb847bfe7e92ede9a4d2c86ac..bf50b9bcb60ce3f17ec955f4575f8d3a53e082a1 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 60f4165e978337898ff45f94b056a34e0de0d593..71b2365a3be0e40e616ad078aff8746a25a8ebf5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 3baaf78ce78e052a9c34858e53c8b33fac1b3b78..f65a4b6859568cfba024629f60955b1ab636cfb0 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (C) 2015 Red Hat, Inc.
  * Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c0659cf82bdcfedd6b4189aa9bac40d9ad11e0e1..a14f9d0863b896ab6f98ce04bf111ac1b9f9315a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 6754aa70702bff2fd29fd6cf9d29e3a05ac00313..0cc1d9eaaa808fdd5f13523730405ad429b7f44a 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 77c2f3d7d5535101b660d90e94d5ed39f99207f7..fd16e29b2cdd8e34bc682966b2aeb57ec9583b64 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015,2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0c37e6d1be52145f9345e3a60f5b0b577ba4ef7c..7cf7e09e1d2cc5b0ebc12706e2c8cf8f96cf37a0 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 671a6a26fd3c9700743b8ea0b18d36a3a094140e..0b04189eb599e291f668435b297f4600f4d5c9b5 100644 (file)
@@ -11,6 +11,8 @@
  *
  * Relicensed with permission to LGPLv2+.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index cc2b81b3e1ab9820ee110c6eaf76ce914042f0d9..3644a06358b78cf157f103730db4555c2796f98b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2011 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index f42d679a10184cde049e483113ecd1eb24da5083..970ef41e4d3b55989cb3ab6363801da2a630ce7d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2017 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index dafbc79b0a18c2c6e533c392d9adca53851911e0..b546e142d12b3cf7d27b888e7357516214d23dde 100644 (file)
@@ -2,6 +2,8 @@
 
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 76bc2635c05b77a7988ded6a3cabdde24849040c..42b232bf07594a71efcc34492f5f49c0589a5bac 100644 (file)
@@ -2,6 +2,8 @@
 
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 9c8771e51d33b6cacf5d381e61752479dbd87c1b..7f1f4298781bd4daa2bfcd4b945096cbb4da5cde 100644 (file)
@@ -2,6 +2,8 @@
 
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index bcde86b0e7972d375f312197b9bcf9d5f53d35be..3af8f6709ce7d5e232071bf5c1ccf9432d72e30b 100755 (executable)
@@ -2,6 +2,8 @@
 //
 // Copyright (C) 2014 Colin Walters <walters@verbum.org>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index 759c95f2edc38ada37a0fd1ff98b2213baf70ae4..d0ee8c6c925113ae60f2f25b26a6a468610a6279 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 11949c98213e22245fc856520c284370df842559..1991ffd04844c565c08e61a7625f9cd2049a9eb6 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 0273334adce0ad64a45082e2bbf016f8dd3681b5..d1bd61f3da705526d5d3479bee3f2a7140fb280b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7223f4d243ba92114c702f959d3c17e3b3f0e397..6991a86d4aef81cd43a2ade96f5d986a0040ec32 100644 (file)
@@ -9,6 +9,8 @@
 #
 # Copyright (C) 2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index a997ce4bf7a27c321fb59caf15ca45344bd00d1a..9591a88fd1539faa116d43ae2391ed2c9b6fe8c2 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 8018e91a646363c2c7832feeeade906f61afb968..0b3fa0c9d0a447a083d88993e38f2674498862fb 100644 (file)
@@ -2,6 +2,8 @@
 
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 5957996a99d352a1162b8ecb5b80fcea50f3093b..2b9889c2e87a32201e7bc013aed5d75b0adcf4b1 100644 (file)
@@ -2,6 +2,8 @@
 
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 69047faae7d2cb389085207f21cf1e14a2842200..64a76516fc0e0f6d14f442d9f6815903a8a3d79a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Colin Walters <walters@verbum.org>.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index ccea1b2c5ab6f5145b177b8b8ad45e66500e26f3..be0e87e300fdff58195c8b8fb0d303287d749b86 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 3e00c670fc4ccb728334e7a2a5ee86daca6dbf13..4ecaf67ad9052575005bdb25369974b6ff79324c 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index d96438c1598cefe14c9f64098838662ab6e900ae..9a5094ce8c5777494b5777e5cda5b5388bb5bcac 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 4dc19f41fdbcafd37c1ad2f27aa8bf12abb10531..bca45251b9ece43cdeeb3ed9455393776ac12c0d 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 8da6d16c962bd2275f9ebd05edcf2910e57be65a..fab50d16ae1d8b5c2c8cf8faef0fcb7cdccbe9b9 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c91ba8a5510838c49b72b66d482751ec70e19b30..231aa2f82159aac14ab224231ad90dec610b024a 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index bbd7af332ea11df16d2ef3aed3fb2657096d06ee..7dcf7dbd68cc96f5df38b1e2aae63372a552a462 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6c27649fc46a7d434ec5c18bc622c961aeaf54ce..bae67667b93a62e9e84f17d7babf36116fb8da8d 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7c1535b69529ab7eb45d3da3229cd8bda10ea3c7..466517631ffcaefefe78477819098310a8dfa3a8 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index ec0314770c2d5b4c7ead2b007d188850c0f37d7f..8ea37fe90910e41e6b6532b4648eb5a75e0d3f69 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 # Copyright (C) 2013 Javier Martinez <javier.martinez@collabora.co.uk>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index fb08c24b68010c60bf47005e52c1b1da460460d9..9bfd2a0840be1d7b51bc35938c3336f4be8d094c 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 # Copyright (C) 2014 Owen Taylor <otaylor@redhat.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 3466ce99edcc6c6775a9fde54c45e95328f3f53e..7e708502ea5dab5cbfecda0bfb6c2139495b3ac6 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index f128fd0be14d4cbf9296d66faa868d676f5fced6..557ae60ad1df7c1d59253cff817e4141bb85974f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index fa10b784223dd802f7640805687a45bdd0f0580b..602cdd6cc29cdad47542893e686573bcd230ff13 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c5a05da63fac78c7d18c8eb9c3366129ab8e9ae1..b8a091f45eb21950cef2cea548d567c322954f5c 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 10fd25c99e16a8549b9ac5ed2c570be5e5e9d629..c23dbf295469fd9b90b858a43cfe9772375d611b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 63885642b407f1366b7f72da9ce9829a43c03b77..d9a15fccad49873b5cbc0e3eadccbb29ed3b9380 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index d6faab6cd8c81aede15a8374ea6461ae3a1137ee..0dccd7370803b184d56b5617f766db1b56f63dff 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 96fc068b87dd02d844e5d7eeb1b83c122ffc82a8..b12f1593b70aa7bc3476241fb814f2963dac0310 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 4ca379e8a130234079da157f992804c93e6d35fd..8515b12901daa3a13c64bb95a10df3b546d85e51 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a2fa8809540f3ebfbdf03e75aa6b1bc8250c79db..b06aa4a8993036a54c3fcb678acd632f828b5f1b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6a2ca25f9bec7859fdf90a4bb18f1f2ab2d9e20a..bea7b77f4d314e758020ff0bce2486d00fbe711e 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6987e4ad07fd599db2772912113925bf54b511f9..bd95f5ed5ea4a16f26dfef3b1bca58c531f61f5a 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index eaccc2f0234379f0bb89e1b4c6e5df55944f59fa..c7f28c8c57e13fdadd24850a1e432257c796beb8 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 33cf4f3593c6c890c5ff00b90c4b05e5b48a24ec..ea522ce07b8155bc826d20db2927386ff75f5571 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index de55aac261a78e6dc6aedad6cf55d8aa5f4fb610..a6b7fc01f3689e9b04d7f2edbf7791271802050c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index af8efb2ea7337750d24003cd7aa70a5c345390f5..8428155a86545433a2c2a2714d3285db6beef88d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index b0a88138b54caf2573879d78029db238dc213977..d789d2fb6e5a296ef5e1bfb7c349918cd835f1b3 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 8a06b6fa624e0b0ff57f9346b32c7ac0f1c2aa32..a9ef891922001e1810c4508701726d600ecdee9c 100755 (executable)
@@ -2,6 +2,8 @@
 //
 // Copyright (C) 2013 Colin Walters <walters@verbum.org>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index 74ce8e835ee7db04484240e0d225ef8857e848ea..997d39c7f7a2c1079c9cbf2333231852300f4fa1 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c1738b66bbc917221ab2a5d40667aeb4d7fb7f97..e057e90f964f51279e41b51f49bcdfc3d422930d 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 55f4e93f366f487a44050006ec2ce38d32c480a0..39e066ea6cd423d85a179eb82d17febb556c9362 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 4b2d86f1574dff7300aa50d87c7c1b5403d088ae..c11191927362237a1f7fde0385342acbe5042ecd 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7cba3bd7cda6d39574b74e2b265a8158f07bc49a..e1a0346c6874ef457a325aad74e4cf5e0023e7c7 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index bc3888f48462a50ba8aa43e1365ae512c369b943..b9ddc604a95a261e0b0d47d3f64aedc88a7748a7 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index a8a323c0108e0aad59b7a0771fc9446e149e3e55..79d5d8c904e44a87346303076bfacfb5642c585b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 69f0cb20352e143c334fd8a8149b17fa57f8309c..992a2ba1db48cee73951067500c41089ebbe17fe 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index d95aa2f8601c587a7ea0bf3b849a1d477250460a..19d6f71ed5b01a4db97a4e64e3cd2cd3ace9b698 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 840d6fb6ca07c0c5acd3b296488503b929de5a75..912e41bc7c05af8ccd3857045da4593b610e5e26 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Owen Taylor <otaylor@redhat.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index fe78fc97171fb48baf7d1608667e4f038d223737..5c3dd4e25e62792a399e9b4d441f0815c1e48a3c 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index bc9a733164b690852057fcd6c6477998a0523092..8acd0a1cd37d01537d42e3d0d77ef7306491072d 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5559da34b6905cbacf6ef50f46517bc92637bc83..70e221d1a0658feb1321e53ca87a0ff281760c1e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index c839ba91dce6372648498aab493217fc5de41f23..0a51d442c4361d6298546fd647e7286899deabc8 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 2dfb735d46103c432e8defed9935ac65cf545f22..7080e121425550fe814412706db1697a7c910526 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Dan Nicholson <nicholson@endlessm.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index f9ac63b6ef5a11b8b5295c3f532348d254064640..8168486ce75898dfe364934d2c501d9c96d62b78 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Alexander Larsson <alexl@redhat.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index b8f5edbc1bbb3dea459921eb6a4b560919775f23..c3ece965df5973c4adc73e55b781be4e25d54bd3 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index a5aa023f14c4c1280e012e4b7b84aaa21441047d..71514b06bcb35bb3418b5b8f4c5235c46eca53c8 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index d4c62e8d17d367e3dab2419d186baa9ac84f5f29..a96eca2262133390d565063a69a88b75a312d228 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 43ef9fbd8c489b3b84eb83adf1b44b66214760f4..c03bddba49cf5b8df14f56813e047cc1f53c8918 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 35344c39a3e36667ef4bd0d221b425463c68cffc..24bbdd49752e9ae3d01fb6584a7a12d6545ba89e 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 267d4093b437b1c993f186df95349eb32c7897e5..6b01e93b7be19166541753cc28b292369fc645bf 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e2b2497df3d28bee6eaa8fed9c2be760f60d437e..82b8da6a3ae7c90acbe235e018cfa0e20ca83be1 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 2e48b0e3c78aa938b201ac673a005baf3a097648..3847100a083377af2b74951dd2751b66d1db495a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 9abdcf2d5972ba48857e382335a079bc9abe787a..a9a3494c009ed73a399414f7c91a72637b08eb4f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Alexander Larsson <alexl@redhat.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 823d28052aad30de8dbf4bda64d7160b8e48668f..e034bd90decbf8b051ba68030bfd9ae9158e4cf0 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 07548822a941f4f5325e2a5a97a25ccf839e4fcb..0f0832215fde7a4eeae8bc143533f1e59852cd67 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 18afbe0b141609dd805c726eb2ee85d3f6819683..a9eaed6c94ceaeb3bfd06e39dabaf736d406c7bf 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 2e3572346c8b97425bc27d37f0fdf3c079761007..6bdd304e00d4f0120fdac0ac918bc52e294b8867 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index f5c06c4d8e875a66c7765f6f6e430230f330db04..a3b23d5b363da068671bec292af8f39ee87defd1 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 4541ed90f6bb5720cb48955ac2451baa20a2d159..4d6cd17b2c495468ec94f2cf5a6548cb1ae24869 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index cc50a3a1a1b51300c9aeb062f0afc1e3f49155c9..fd782af9d667e9e679cfaceca140e2413067cc9c 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index ff71d487aac94982de399bf130912f4c0d985441..caca92fce7ace8b431d3e260f14d3c2250d94e86 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 8f7039238961ec17b20a4a52dfe4ece39e3ae78f..4dee0ccca8fbd006cbb655aa0058c01e769735ae 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 3c8d4c9a7092d3103121a2f1a43a4a27475e69c0..61da575c11bcbb81b3096de45d0fd11ca60f8748 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011,2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 2e82c3a92b40a9028fd900451c567b635565b23f..1206c6c43d7ca9bbd45c9cc5a7b6d9c6bcbc69ee 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 219c519e40b3b431b393d5fe44eef86630db6594..acf42c76cbaa17ddd04620cbbe6468e3dda7cd4b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 44403f92f3e1fcaaba596ad3503d23da56109558..3de1e5ab5cf9c8918a4fcf176c48c47332236f0b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7dbc4bf07c8edc75184bde35bfb63ae2296646c3..263d29b47b6f20b38a25ced1570865be4f6f8814 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 71f917fc25215f1ac37b378a6f8ab3698878abfa..cc3c6a2c4efd30fa96129149e668d0ff573e84c5 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 93b97eec218d7f119e96915ab735ac0c05d4f5d5..4e44852d39711a90b1ef948c1b27f202505770d9 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6b72440f44a86b1a7a306b6e4cf9292e34c37ca7..db93839b967e87b39ff590449ba87b5b2505c561 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 30d0e03bdbafb6dd9b462ff3ef8336e286518af1..f43f720f4ee4e310feda3a64f940053259b44429 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Red Hat
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c6d268f4b068aceb8419b6a34e18895104901e6f..8fa4a298dba5a56ec93a0c504893c364eb027c2d 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index eb1030045676bf9ee44448c4f4766d3c1d210cd9..3bf89aff1eece623ff3c1084c6ae69758062b9a2 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index b6b17500a96439748a7626ebba85145f19bad8f4..c6d04f41b9001cd5e0a87147e63a035ca73b4f4f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2014 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 5e35c1c3da2d94bc4d243e48fe14991a456b9f72..4c972599445020dbc23e42c7e214c9577e2ed385 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2014 Alexander Larsson <alexl@redhat.com>
 # Copyright (C) 2018 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 5987544269980d3f73ab32357a5dabf66992c264..18614250e161f256515bff9cc1075cc4cf651934 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2017 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 5e6b50d75124ed3fcbcfe6f087d1b9c34eb3cd1f..9a123dd995bbb7343148664adc892fe02b254035 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright © 2016 Red Hat, Inc.
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 316e3e10c5667d291cad086cbf5ac3ad142f3261..50862d76504d86d081f4979f3cbcb2760c64c30b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 23deaa8ea570ab25d693b2932151ab740a681af2..b82a13a6575cb3697ee9631ab08aeb98ee6bf9c1 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 01864b6a9be5ba949faf6b9310885769fa5f8b92..9aa5c6a22d34077bb4490bee0736cd00175daaf1 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2011 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 352bd7f62d59971821ba2427ad2d5ee8db43a36c..74e30cb50befd44202bb6a7abdc374b21bf0f50d 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright (C) 2013 Jeremy Whiting <jeremy.whiting@collabora.com>
 # Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7f5423a6093a64c065f338d9e94e3f492bf7479d..f816429c4d06802384c13653f39567eb0d26c805 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 39fbe352c1858a46d93f15e341c7749766d36386..6ba612c042589fd5cb265c24938f02e02c146f16 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Red Hat, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7b6585c9862b6e63592751d500cd85756da9f89c..8cd61844e5d246d0e9a49a162bd75d5e5f340d95 100755 (executable)
@@ -3,6 +3,8 @@
 // Copyright (C) 2013 Colin Walters <walters@verbum.org>
 // Copyright (C) 2017 Dan Nicholson <nicholson@endlessm.com>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index 7788f67f24b1761bfda31f7e8c2607f8091f0316..4c9c66e0023404e3df66e01bd724fe4284834d6e 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 7eff53d2d1096fe9944b3d2c64e1fbefcca5bb3a..61d49b48ba227250ae6bcb6f01eddc60d3802c03 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 33959af2f64decf5593c8dc6e9dc608f042ca786..283e4b0ba38023075ffae815b48c0b7051957c7b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6722f2db2338a06e8cc614d6eed5a44a202cf03b..948a3245155f04f70f202e580cd4029d39908691 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index dc87111b12aa76030705441b4427b20ff338b867..edccef595edbafc2108f9f548d056a494fb1bf58 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright © 2017 Endless Mobile, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 65e7505ef94e28303bb1ec968db47ca5ff204eb5..dca1be947cf7bf9d4cf64e649ca37d98ef0ad786 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2015 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 1c91a5cda46b31c3403f6f1c370a2b7c9564f3e6..7b7474d081ca6a44ca020212892663345e9c333f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 20947ead56980e7c4a80ff3c995bb179372f5d8b..6e5f9f4f75980c21b47e55e4b3f51d11d86b2ec2 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 1164b266875b4c90bf7f947485108d166e077224..08c78b66f6309241dc664fe074d0153399805b51 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2015 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 71e76515d553be105801a68e3110027d0922962b..5114dd64cb7d80b3ff7a736acefe77cd7a54568a 100755 (executable)
@@ -2,6 +2,8 @@
 //
 // Copyright (C) 2013 Colin Walters <walters@verbum.org>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index d12100ba6d638eb19645435764f410e4a325599a..22921f53206e8f4793b7a5d6916ee350ca1104b8 100755 (executable)
@@ -3,6 +3,8 @@
 # Copyright © 2016 Red Hat, Inc.
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 60228114b0c822aa11a770d020ee934b35c8ba25..faa54e38234520a77af90d7cb5c4b564f251b84f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 6e4210796d002e8cc1015a855467f4d37565a38f..a5ddf93ed0537c2fe51f78aae6d2198f483f9ea7 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright © 2017 Endless Mobile, Inc.
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 02facd2c92ec75fe2653b5cf3a19969b89cb1089..18bd085dd115a561524c844643eeac26cfc1e432 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2016 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 7cf30d1f6fe41ca539c0a549b3a59a7026ed9a90..4e51216c5500407e28fa34984a4078d4d814f954 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2016 Red Hat, Inc.
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index e7250a8c2bd5b91f3c1d0853fc0d27bd88a94530..d27c6e1d8ff9e5306c221466f57a22640cb807fb 100755 (executable)
@@ -2,6 +2,8 @@
 //
 // Copyright (C) 2013 Colin Walters <walters@verbum.org>
 //
+// SPDX-License-Identifier: LGPL-2.0+
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
index 311348dfc0cbd0a2f4ae5dcacc28e8624dbcb36d..605b7432da06636f0eb45da70dd23b181547edf4 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2013 Colin Walters <walters@verbum.org>
  *
+ * SPDX-License-Identifier: LGPL-2.0+
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
index 5ec0cba89539af9b6f06743bf60ae6aebad2f3c3..e2a192a9af4f974e4854fab2720c0e65ac38577f 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2013 Colin Walters <walters@verbum.org>
 #
+# SPDX-License-Identifier: LGPL-2.0+
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either